[XEND] Conform to Xen API XMLRPC Wire Protocol Customisation
authorAlastair Tse <atse@xensource.com>
Fri, 6 Oct 2006 21:50:29 +0000 (22:50 +0100)
committerAlastair Tse <atse@xensource.com>
Fri, 6 Oct 2006 21:50:29 +0000 (22:50 +0100)
commit7d5ba9b43007bd4c514c81d6310976a5a7f9b3d6
tree8b9609d0e8397f82d8383584f7077afcf567c6a5
parent16b57ef12ce8c2a08744729368113daabc08d736
[XEND] Conform to Xen API XMLRPC Wire Protocol Customisation

1. Int(s) all have to be String(s).
2. Enums are not transmitted as Ints, but as Descriptive Strings.

Signed-off-by: Alastair Tse <atse@xensource.com>
tools/python/scripts/xapi.py
tools/python/xen/xend/XendAPI.py
tools/python/xen/xend/XendDomainInfo.py